public OdataMaster()
 {
     if (db == null)
     {
         db = new SGreenBox();
     }
 }
 public OdataMaster(SGreenBox dbc)
 {
     db = dbc;
 }