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