public LookupsController(IEmployeeMaintUow uow)
 {
     Uow = uow;
 }
 public DBExampleController(IEmployeeMaintUow uow)
 {
     Uow = uow;
 }