public ActionResult <IEnumerable <Branch> > Get()
 {
     return(_dataStorage.Branches());
 }