def delete(self):
     ItemModel.delete_all()
     return ({'mesage': 'All Itemlist deleted'})