private bool CodeIsIn() { bool IsIn = baseOperation.FunctionCodeIsInSysFunction(t_FunCode.Value.Trim()); return(IsIn); }