public int CountMedications(string searchVal) { return(_medicationRepository.CountMedications(searchVal)); }