public bool SaveRecord(StateViewModel model) { var state = _stateRepository.AddorUpdateRecord(model); return(state); }