public Order GetItem(string id) { if (String.IsNullOrEmpty(id)) { return(null); } return(_dao.Get(id)); }