public async Task <ActionResult> GetCities(long stateId)
 {
     return(PartialView(await _companiesService.GetCities(stateId)));
 }