public Import GetById(int id) { Import ticket = ImportDAL.GetById(id); calculate(ticket); return(ticket); }