/// <summary>
 /// Gets the unshiiped BOLs for the passed customer.
 /// </summary>
 /// <param name="CustomerId"></param>
 /// <returns></returns>
 internal IEnumerable <Bol> GetBols(string customerId, bool showScheduled)
 {
     return(_repos.GetBols(customerId, showScheduled));
 }