public IEnumerable <Order> GetOrdersByCustomer(int id) { return(_serviceLogic.GetOrdersByCustomer(id)); }