public static List <tContactPersonDetail> WMGetContactPerson2Lst(long Dept, long Cont1)
        {
            List <tContactPersonDetail> ConPerLst      = new List <tContactPersonDetail>();
            iUCCommonFilterClient       UCCommonFilter = new iUCCommonFilterClient();
            CustomProfile profile = CustomProfile.GetProfile();

            ConPerLst = UCCommonFilter.GetContactPerson2List(Dept, Cont1, profile.DBConnection._constr).ToList();

            return(ConPerLst);
        }