public DepartmentService(Bll bll) { this.db = bll; dbSet = db.Departments; personService = new PersonService(db); }