public SqlDataReader get_Oplitis() { Dal myDal = new Dal(); SqlDataReader dr = myDal.getOplitis(); return(dr); }