public static GetProfitAndLossStatementController Fixture()
 {
     GetProfitAndLossStatementController controller = new GetProfitAndLossStatementController(new GetProfitAndLossStatementRepository(), "", new LoginView());
     return controller;
 }
        public static GetProfitAndLossStatementController Fixture()
        {
            GetProfitAndLossStatementController controller = new GetProfitAndLossStatementController(new GetProfitAndLossStatementRepository(), "", new LoginView());

            return(controller);
        }