public int FreightCharge()
 {
     return(_freightApplication.FreightCharge(new Cargo()));
 }