public EntityFrameworkDAO() { context = new DatabaseEntities(); }
public EntityFrameworkDAO(DatabaseEntities context) { this.context = context; }