public void CreateNoteAboutNewClient(string name, string surname, string pasport)
 {
     clientService.CreateClient(name, surname, pasport);
 }