public NPIMasterListController(IRepository repository, WaDbContext context)

        {
            //   this.repoistory = repository;
            this.context = context;
        }
        public QuoteNumberController(IRepository repository, WaDbContext context)

        {
            //   this.repoistory = repository;
            this.context = context;
        }