function delete($id)
 {
     Project::delete_by_id($id);
     $this->redirect_to('projects/all');
 }