public string SaveCarNum(string carNum) { _response = _manager.AddCar(carNum); return(Common.Utils.SerializeObject(_response)); }