public object GetbyId(int id) { return(boxRepository.GetById(id)); }
public Box GetById(int boxid) { return(_boxRepository.GetById(boxid)); }