public ActionResult Delete(int id)
 {
     _apiApplicationLogic.Delete(id);
     return(RedirectToAction("Index"));
 }