public List<MISSINGISTEMS> getMissList(MISSINGISTEMS missingistems) throws Exception {
List<MISSINGISTEMS> result = null;
SqlCommand command = null;
command = new SqlCommand(MISSINGISTEMSSql.getMissList);
result = this.daoProvider().queryObject(command, missingistems);
return result;
}