public bool Destroy(object Id) { return(Category.Destroy(Id) == 1); }
public bool Delete(object Id) { return(Category.Delete(Id) == 1); }