public static void Category_Delete(string Id)
 {
     db.Category_Delete(Id);
 }