public static function edit($id, $title, $content)
 {
     $dbc = new DbModel();
     $dbc->edit($id, $title, $content);
     $dbc = null;
 }