public ActionResult GetBlob()
        {
            BlobStorageService svBlob = new BlobStorageService();
            var get = svBlob.GetBlobFile("Manual/mail-month.txt");

            return(Json(new { url = get }, JsonRequestBehavior.AllowGet));
        }