public ServiceTypeDTO create(ServiceTypeDTO model)
 {
     return((ServiceTypeDTO)serviceTypeRepository.create(model));
 }