internal int Update()
 {
     try
     {
         using (CategoriesDL _categoriesdlDL = new CategoriesDL())
         {
             return(_categoriesdlDL.Update(this));
         }
     }
     catch (Exception)
     {
         throw;
     }
 }