public bool GetByCC() { bool res = false; res = ClientDAL.GetByCC(this); return(res); }
public bool Create() { bool res = false; if (!ClientDAL.GetByCC(this)) { res = ClientDAL.Create(this); } return(res); }