public static string deletePost(int postCode) { manageBLL mb = new manageBLL(); return JsonConvert.SerializeObject(mb.deletePost(postCode)); }