public int Register(Registration res)
 {
     return(_foodDataAccess.Register(res));
 }