public JsonResult doReset(string name, DateTime?date) { db.DOWNLOAD_RESET(name, date); return(Json(new { message = "Download reset successful" })); }