public WorkFlow GetByName(string name)
 {
     return(_workFlowRepository.GetByName(name));
 }