public IEnumerable <Core.Entities.Process.Step> GetAllStepsEnablesByProduct(long productId)
 {
     return(_stepRepository.GetAllStepsEnablesByProduct(productId));
 }