public void UpdatePsychologist()
 {
     psychologist.Name = "Pepe";
     psychologistLogic.Update(psychologist, psychologist.Id);
 }