public static void InsertData(string productId, string campaignId, int staffTypeId, List <string> branchCodeList, string createdBy)
        {
            KKSlmMsSystemAssignModel assign = new KKSlmMsSystemAssignModel();

            assign.InsertData(productId, campaignId, staffTypeId, branchCodeList, createdBy);
        }