public int AddColors([FromForm] Colors m)
 {
     return(goodsBLL.AddColors(m));
 }