public bool Delete(JoinCompanyStockExchange jcse)
 {
     return(repository.Delete(jcse));
 }