public function destroy($id)
 {
     return Invoice::destroy($id);
 }