public PositionService() { _context = new GADbContext(); }
public DepartmentService() { _context = new GADbContext(); }
public EducationService() { _context = new GADbContext(); }