public static bool Remove(Category entity)
 {
     throw new Exception("chua lam!...");
 }
 public static bool AddNew(Category entity)
 {
     throw new Exception("chua lam!...");
 }
 partial void UpdateCategory(Category instance);
 partial void DeleteCategory(Category instance);
 partial void InsertCategory(Category instance);