public static bool UpdatePropertySize(PropertySizeMaster Size)
 {
     Boolean flag = false;
     try
     {
         Icontext objinter = new BALPropertySize();
         flag = objinter.UpdateRecord(Size);
     }
     catch (Exception ex)
     {
         throw;
     }
     return flag;
 }