public static EducationManager GetInstance(ApplicationDbContext context) { if (manager == null) { manager = new EducationManager(context); } return(manager); }
public void Dispose() { manager = null; }