public static SalesQuotationViewController Fixture()
 {
     SalesQuotationViewController controller = new SalesQuotationViewController(new SalesQuotationViewRepository(), "", new LoginView());
     return controller;
 }
        public static SalesQuotationViewController Fixture()
        {
            SalesQuotationViewController controller = new SalesQuotationViewController(new SalesQuotationViewRepository(), "", new LoginView());

            return(controller);
        }