public Repository() { this.db = new Database_Context(); }
public Unit_Of_Works() { db = new Database_Context(); }