public static RealCycle_DBEntities getInstance() { if (db == null) { return(db = new RealCycle_DBEntities()); } else { return(db); } }