public int ApprovalProductToStock(string shopId, string takeinId, string userId) { int error = 0; try { SPs.ApprovalProductToStock(shopId, takeinId, userId).Execute(); } catch (Exception) { error = 1; } return(error); }