public int OpenChat(int UserCode1, int UserCode2)
        {
            BenefitSystem b = new BenefitSystem();

            return(b.OpenChat(UserCode1, UserCode2));
        }