public ActionResult Delete(string code)
 {
     _client.DeleteData(API, code);
     return(RedirectToAction("Index"));
 }