public string Insert(SampleItem obj)
 {
     throw new NotImplementedException();
 }
 public string Update(string id, SampleItem obj)
 {
     throw new NotImplementedException();
 }