public async Task <IActionResult> DeleteBusiness(int id)
 {
     return(await repository.ChangeVisibility(id));
 }