public void AddClient(string name, int clientAdminId)
 {
     adminRepository.AddClient(name, clientAdminId);
 }