public ActionResult <String> Delete(int index) { try { return(Ok(_cs.Delort(index))); } catch (Exception err) { return(BadRequest(err.Message)); } }