public ActionResult Pedidos() { return(View(repo.GetPedidos(int.Parse(HttpContext.User.Identity.Name)))); }