public async Task <IActionResult> GetClientList() { var list = await _BPrepo.ClientList(); return(Ok(list)); }