public void Delete(string symbol)
 {
     deleteService.DeleteACompany(symbol);
 }