public as_comments GetComment(int id)
        {
            var res = db.GetComment(id);

            return(res);
        }