public static void Update(SimpleObject simpleObject)
 {
     //throw new System.NotImplementedException();
 }
 public static SimpleObject Create(SimpleObject newSimpleObject)
 {
     //throw new System.NotImplementedException();
     return newSimpleObject;
 }