// GET: ProfileManager
        public ActionResult Index()
        {
            var profiles = tableOperations.GetEntities(User.Identity.Name);

            return(View(profiles));
        }
        public ActionResult Index()
        {
            var orders = tableOperations.GetEntities("*****@*****.**");

            return(View(orders));
        }