public System.Threading.Tasks.Task <bool> CreateAsync(ShopService.Transporter.TCategory t)
 {
     return(base.Channel.CreateAsync(t));
 }
 public bool Create(ShopService.Transporter.TCategory t)
 {
     return(base.Channel.Create(t));
 }