public int CountPatients([FromQuery] string searchVal) { return(_patientService.CountPatients(searchVal)); }