public List <Authorize> GetList()
        {
            var list = _authorization.AuthorizeList();

            return(list);
        }