public void Processing() { RightToLeft(); SumLeftCompatibles(); LeftSide = LeftSide.OrderByDescending(x => x).ToList(); }