public Auth GetAuth(string User, string Password) { return(PolicyRepository.GetAuth(User, Password)); }