private void Delete()
 {
     _dataService.Delete(ContactsVM.SelectedContact);
 }