public List <UserDetail> GetChatUsers()
        {
            MasterBL Bl = new MasterBL();

            return(Bl.GetChatUsers());
        }