public static DepartmentScrudViewController Fixture()
        {
            DepartmentScrudViewController controller = new DepartmentScrudViewController(new DepartmentScrudViewRepository(), "", new LoginView());

            return(controller);
        }
 public static DepartmentScrudViewController Fixture()
 {
     DepartmentScrudViewController controller = new DepartmentScrudViewController(new DepartmentScrudViewRepository(), "", new LoginView());
     return controller;
 }