public static ResultsPair <ViewUser> AuthorizeViewUser(string username, string portfolioName) { return(AuthorizationRepository.AuthorizeViewUser(username, portfolioName)); }