public IActionResult Delete(int id)
 {
     _proxy.DeleteUnit(id);
     return(Redirect("/unit/list"));
 }