public ActionResult GetActiveChatRooms()
        {
            var rooms = ChatRooms.GetAll();

            return(View(rooms));
        }