public DepartmentService(AppHomeDbContext ctx)
 {
     this.ctx = ctx;
 }
 public EmployeeService(AppHomeDbContext ctx)
 {
     this.ctx = ctx;
 }