public static PartyItemChartViewController Fixture()
        {
            PartyItemChartViewController controller = new PartyItemChartViewController(new PartyItemChartViewRepository(), "", new LoginView());

            return(controller);
        }
 public static PartyItemChartViewController Fixture()
 {
     PartyItemChartViewController controller = new PartyItemChartViewController(new PartyItemChartViewRepository(), "", new LoginView());
     return controller;
 }