public function destroy($id)
 {
     Email::destroy($id);
     return redirect()->route('agenda.index');
 }