public bool CheckIfContactExists(string Name, string Surname)
 {
     return(_phonebookRepository.CheckIfContactExists(Name, Surname));
 }