public ActionResult Create(opportunity opportunity)
        {
            op.Add(opportunity);
            op.Commit();

            return(RedirectToAction("Index"));
        }