public ActionResult Add(CameraVm vm)
 {
     repository.AddCamera(vm);
     return(RedirectToAction("All"));
 }