public int GetCountOfAll()
 {
     return(_colorDal.GetCount());
 }