public Camera(string no, string name,CameraStatus state = CameraStatus.Online) { this.No = no; this.Name = name; this.Status = state; this.IsMute = true; this.IsQuiet = true; }