//Obter toda a agenda por paciente public List <Agenda> GetByPaciente(Paciente paciente) { return(dal.GetByPaciente(paciente)); }