public bool InsertData(WcfServiceLibrary.Employee1 obj)
 {
     return(base.Channel.InsertData(obj));
 }
 public System.Threading.Tasks.Task <bool> InsertDataAsync(WcfServiceLibrary.Employee1 obj)
 {
     return(base.Channel.InsertDataAsync(obj));
 }
 public bool DeleteData(WcfServiceLibrary.Employee1 obj)
 {
     return(base.Channel.DeleteData(obj));
 }