public static GetAttachmentLookupInfoController Fixture()
        {
            GetAttachmentLookupInfoController controller = new GetAttachmentLookupInfoController(new GetAttachmentLookupInfoRepository(), "", new LoginView());

            return(controller);
        }
 public static GetAttachmentLookupInfoController Fixture()
 {
     GetAttachmentLookupInfoController controller = new GetAttachmentLookupInfoController(new GetAttachmentLookupInfoRepository(), "", new LoginView());
     return controller;
 }