public UnitDataManager(driveEntities _db)
 {
     db = _db;
 }
 public MsSqlAdoConnector()
 {
     db = new driveEntities();
 }