// GET: Admin/Siparis
 public ActionResult Index()
 {
     return(View(db.GetAll()));
 }