public ClientListingController()
 {
     this.UoW = new UnitOfWork();
 }
 public VendorListingController()
 {
     this.UoW = new UnitOfWork();
 }
 public BNAccountController()
 {
     this.UoW = new UnitOfWork();
 }