public object current(int id)
        {
            var info = db.proc_previous(id);

            return(info);
        }