public DepartmentController(IDeptBL department) { _department = department; }
public DeptTest(IDeptBL department) { _department = department; }