public List <Catalog> Delete([FromBody] Catalog catalog) { return(DeleteCommand.DeleteCatalog(catalog)); }