public static GetTopSellingProductsByOfficeController Fixture()
        {
            GetTopSellingProductsByOfficeController controller = new GetTopSellingProductsByOfficeController(new GetTopSellingProductsByOfficeRepository(), "", new LoginView());

            return(controller);
        }
 public static GetTopSellingProductsByOfficeController Fixture()
 {
     GetTopSellingProductsByOfficeController controller = new GetTopSellingProductsByOfficeController(new GetTopSellingProductsByOfficeRepository(), "", new LoginView());
     return controller;
 }