public static GetEoyProfitSummaryController Fixture()
 {
     GetEoyProfitSummaryController controller = new GetEoyProfitSummaryController(new GetEoyProfitSummaryRepository(), "", new LoginView());
     return controller;
 }
        public static GetEoyProfitSummaryController Fixture()
        {
            GetEoyProfitSummaryController controller = new GetEoyProfitSummaryController(new GetEoyProfitSummaryRepository(), "", new LoginView());

            return(controller);
        }