public static LateFeeScrudViewController Fixture()
        {
            LateFeeScrudViewController controller = new LateFeeScrudViewController(new LateFeeScrudViewRepository(), "", new LoginView());

            return(controller);
        }
 public static LateFeeScrudViewController Fixture()
 {
     LateFeeScrudViewController controller = new LateFeeScrudViewController(new LateFeeScrudViewRepository(), "", new LoginView());
     return controller;
 }