public bool CheckSnils(string Snils, int?idPatient = null)
 {
     return(_patientService.CheckSnils(Snils, idPatient));
 }