namespace RedNosedReports;
static class Direction
{
public const string Increasing = "Increasing";
public const string Decreasing = "Decreasing";
}