public Specialitation AddEntity(Specialitation entity)
 {
     return(specializationRepository.AddEntity(entity));
 }