public bool Update_Group(SMS_Desktop.services.DTO_Group _group)
 {
     return(base.Channel.Update_Group(_group));
 }
 public System.Threading.Tasks.Task <bool> Update_GroupAsync(SMS_Desktop.services.DTO_Group _group)
 {
     return(base.Channel.Update_GroupAsync(_group));
 }
 public bool Insert_Group(SMS_Desktop.services.DTO_Group _group)
 {
     return(base.Channel.Insert_Group(_group));
 }