public VendorController(IVendorRepository repository)
 {
     this.Repository = repository;
 }