public static void deleteById(int intId)
 {
     DalInventoryRecord.deleteById(intId);
 }