public bool Delete(string business_id, string id) { var resultData = _shortcutService.Delete(business_id, id); return(resultData); }