public Client GetClient(int id)
 {
     return(cl.GetClient(id));
 }