public class Call {

private int _CallNumber;

public void CallNumber(int value)
{
_CallNumber = value;
}
public int CallNumber()
{