function MLM_Nav_Menu_Widget()
 {
     $widget_ops = array('description' => __('Use this widget to add one of your custom menus as a widget.'));
     parent::WP_Widget('nav_menu', __('Custom Menu'), $widget_ops);
 }