public async Task <Entities.Clients> DeleteClientsAsync(int id)
 {
     return(await _clientsService.DeleteClientsAysnc(id));
 }