public List <Persona> GetAllProfesores()
 {
     return(_PersonaData.GetAllProfesores());
 }