public bool DeleteEstablishmentById(long id)
 {
     return(establishmentRepository.DeleteEstablishmentById(id));
 }