public ActionResult Index(Guid id = new Guid()) { Category cat = new Category(id); cat.LoadJobs(); ViewBag.cat = cat; return View(); }