public Professor Get(Guid id)
 {
     return(repo.Selecionar(id));
 }