public ServiceTypeDTO getById(int id)
 {
     return((ServiceTypeDTO)serviceTypeRepository.getById(id));
 }