public Models.ProfesorAdmin Update(int id, ProfesorAdmin o)
 {
     return(_service.Update(id, o));
 }