public void DeleteImageFromUrl(Hashtable State, string url) { AmazonS3 s3 = new AmazonS3(); s3.DeleteImageFile(State, url); }