public ActionResult Card(Guid id) { _repository.DeleteBy(id); return(new HttpStatusCodeResult(HttpStatusCode.OK)); }