public ProfesorAdmin Insert(ProfesorAdmin novi)
 {
     return(_service.Insert(novi));
 }