public Storage FindStorage(string nbr)
 {
     return(storageDAL.FindStorage(nbr));
 }