public IEnumerable <BusinessLogicEntity> GetAll()
 {
     return(_businessLogicRepository.GetAll());
 }