public function getAllInvoices()
 {
     return Invoice::all();
 }