public function deleteProjectA()
 {
     $id = $_GET['i'];
     Projects::deleteProjectById($id);
     Redirect::to("home")->send();
 }