public List <Domain.Entities.Medications.Medication> GetAllRejected() => _medicationRepository.GetAllRejected();
public IEnumerable <Medication> GetAllRejectedMeds() => medicationRepository.GetAllRejected();