public bool Update(SMS_Desktop.services.DTO_Account Account)
 {
     return(base.Channel.Update(Account));
 }
 public System.Threading.Tasks.Task <bool> UpdateAsync(SMS_Desktop.services.DTO_Account Account)
 {
     return(base.Channel.UpdateAsync(Account));
 }
 public bool Insert(SMS_Desktop.services.DTO_Account Account)
 {
     return(base.Channel.Insert(Account));
 }