public static IList <Instructions> FindAll() { IList <Instructions> o = new List <Instructions>(); IInstructionsPersist persist = new InstructionsPersist(); return(o = persist.FindAll()); }