public static function markMsgRead($msgId)
 {
     DirectMessages::markAsRead($msgId);
 }