public int DelClient(int id)
 {
     return(ClientBll.Del(id));
 }