public int Save(Category category) { try { return(Categorydata.InsertOrUpdateCategroy(category)); } catch (Exception e) { throw e; } }