public function postDelete($id)
 {
     Imagem::destroy($id);
 }