public List <Position> GetAll(Passport passport) { return(CustomerDataConverter.RowToPositionList(dal.GetAll(passport))); }