public Invoice GetById(int id)
 {
     return(_invoice.getById(id));
 }