public void UpdateEntity(Specialitation entity)
 {
     specializationRepository.UpdateEntity(entity);
 }