public async Task <IActionResult> AllProviderList()
 {
     return(Ok(await _iProviderRepository.AllProviderList()));
 }