public async Task <List <StateAbbreviationTypeModel> > GetStateAbbreviationTypes()
 {
     return(await _typesRepository.GetStateAbbreviationTypes());
 }