public object Profile(int id) { var profileinfopost = db.proc_Profile(id); return(profileinfopost); }