public List <Receituario> ListarReceituariosByPaciente(int id)
 {
     return(_repository.ListarReceituariosByPaciente(id));
 }