public static IDal GetIdal()
 {
     // return dl ?? (dl = Dal_imp.GetDal());//so we can work with datasorce(DS)
     return(dl ?? (dl = Dal_XML_imp.GetDal()));//so we can work with xml files
 }