public static bool CategorysInfo_Update(CategorysInfo data)
 {
     return(db.CategorysInfo_Update(data));
 }