public ActionResult cloud() { var userid = Int32.Parse(Session["userId"].ToString()); lt1 = c.getallctag(userid); ft1new = c.getallftag(userid); c1 = new contact1(); ct = new contactandtags(lt1, ft1new, c1); return(View(ct)); }