public int Add(Color row)
 {
     return(db.ADDCOLOR(row.ColorName, row.HexCode));
 }