public bool DeleteClientAccount(string id)
 {
     return(_accountsRepository.DeleteClientAccount(id) > 0);
 }