public List <Language> GetAll()
 {
     return(lang.GetAll());
 }
 public static DataTable GetAll()
 {
     return(LanguageDAL.GetAll());
 }