public async Task <IEnumerable <Insurance> > AllInsurance()
 {
     return(await _insuranceRepository.AllInsurance());
 }