public System.Threading.Tasks.Task <bool> EditAsync(WebForm.NguoiDungService.NguoiDung u, int ID)
 {
     return(base.Channel.EditAsync(u, ID));
 }
 public bool Edit(WebForm.NguoiDungService.NguoiDung u, int ID)
 {
     return(base.Channel.Edit(u, ID));
 }
 public bool Create(WebForm.NguoiDungService.NguoiDung u)
 {
     return(base.Channel.Create(u));
 }
 public System.Threading.Tasks.Task <bool> CreateAsync(WebForm.NguoiDungService.NguoiDung u)
 {
     return(base.Channel.CreateAsync(u));
 }
 public bool Register(WebForm.NguoiDungService.NguoiDung u)
 {
     return(base.Channel.Register(u));
 }