public int SaveItemType(ItemTypeModel model)
 {
     return(_typeService.SaveItemType(model));
 }