public async Task <ActionResult <LayoutDTO> > DeleteLayout(int id) { await _layout.Delete(id); return(NoContent()); }