//Obtem os contatos do paciente public List <Contato> GetByPaciente(Paciente paciente) { return(dal.GetByPaciente(paciente)); }