public static bool NewsCategory_Update(NewsCategory data)
 {
     return db.NewsCategory_Update(data);
 }
 public static bool NewsCategory_Insert(NewsCategory data)
 {
     return db.NewsCategory_Insert(data);
 }